mnist
Left mouse to draw, right mouse to erase.

From left to right:
- Input (28x28)
- Convolution 1 (24x24x2)
- Max Pool 1 (12x12x2)
- Convolution 2 (10x10x4)
- Max Pool 2 (5x5x4)
- Linear (10)
PenSize 
UseImportedImage 
NormalizeDrawing MNIST normalization: shrink image to 20x20 and put center of mass in the middle of a 28x28 image
Conv1OutputScale Scale Conv1 output. 24x24x2 unscaled.
MaxPool1OutputScale Scale MaxPool1 output. 12x12x2 unscaled.
Conv2OutputScale Scale Conv2 output. 10x10x4 unscaled.
MaxPool2OutputScale Scale MaxPool2 output. 5x5x4 unscaled.








Texture URL: Imported_Image 






Created using Gigi v1.0.1